*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html::-moz-selection {
  background-color: #295a40;
  color: #fff;
}
html::selection {
  background-color: #295a40;
  color: #fff;
}
@media only screen and (max-width: 62.5em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 43.75em) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Karla", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
}

input::-webkit-input-placeholder {
  font: inherit;
}

input::-moz-placeholder {
  font: inherit;
}

input:-ms-input-placeholder {
  font: inherit;
}

input::-ms-input-placeholder {
  font: inherit;
}

input, button, select, textarea, input::placeholder {
  font: inherit;
}

iframe {
  max-width: 100% !important;
}

.banners {
  position: fixed;
  top: 0;
  right: 2rem;
  z-index: 100;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-align: center;
}
.banners.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.banners__toggle {
  padding: 1.6rem 2.4rem;
  font-size: 1.7rem;
  font-weight: 900;
  cursor: pointer;
}
.banners__toggle--bts {
  background-image: linear-gradient(45deg, #295a40, rgb(72.9236641221, 160.0763358779, 113.8320610687));
  color: #fff;
}
.banners__toggle--lssann35 {
  background-image: linear-gradient(45deg, #f9d423, rgb(250.3539823009, 221.703539823, 84.6460176991));
  color: #002b49;
}

.bts {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #295a40;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bts.hide {
  -webkit-transform: translateY(-400%);
          transform: translateY(-400%);
}
.bts.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.bts__container {
  padding: 3rem;
  border-bottom: 6px solid #f2cd00;
  position: relative;
}
.bts__content {
  max-width: 120rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .bts__content {
    gap: 6rem;
  }
}
.bts__title {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -1px;
}
@media only screen and (max-width: 56.25em) {
  .bts__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.5;
    text-wrap: balance;
  }
}
.bts__cta {
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 12px;
  background-color: #f2cd00;
  color: #002b49;
  cursor: pointer;
  -webkit-transition: background-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bts__cta:hover {
  background-color: rgb(56.9618320611, 125.0381679389, 88.9160305344);
  color: #fff;
}
.bts__cta:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.bts__collapse {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8rem;
  font-size: 2.6rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bts__collapse:hover {
  color: rgb(216.75, 216.75, 216.75);
}
@media only screen and (max-width: 56.25em) {
  .bts__collapse {
    font-size: 2rem;
    right: 1rem;
    top: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}